X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.cpp;h=92a2799684a4bc7dda00700f4ac710bbd9d2d25f;hb=0b54650f0e7f1eae39f93444cac6c8525811975b;hp=72b81190a126f71c2bd3d2e3419d9d5bb4ca676b;hpb=1f945177b9628b213c60872df88f2d155c3d6c54;p=lyx.git diff --git a/src/Floating.cpp b/src/Floating.cpp index 72b81190a1..92a2799684 100644 --- a/src/Floating.cpp +++ b/src/Floating.cpp @@ -58,7 +58,7 @@ string const & Floating::htmlTag() const string Floating::defaultCSSClass() const -{ +{ if (!defaultcssclass_.empty()) return defaultcssclass_; string d;