summaryrefslogtreecommitdiff
path: root/svx/source/mnuctrls/fntctl.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:20 +0100
commit553aed7b518599742189ffce50cd947dbf39a2e7 (patch)
treecd8d0ae2e88760bb99b9318a71903d8ff535d862 /svx/source/mnuctrls/fntctl.cxx
parentc824a1f69c093f38b82ead0f413c75b492a1f994 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'svx/source/mnuctrls/fntctl.cxx')
-rw-r--r--svx/source/mnuctrls/fntctl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx
index d4a1577582c8..efc5672624ec 100644
--- a/svx/source/mnuctrls/fntctl.cxx
+++ b/svx/source/mnuctrls/fntctl.cxx
@@ -29,13 +29,13 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-#include <string> // HACK: prevent conflict between STLPORT and Workshop headern
+#include <string>
#include <svtools/stdmenu.hxx>
#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/dispatch.hxx>
-#include <svx/fntctl.hxx> //
+#include <svx/fntctl.hxx>
#include <svx/svxids.hrc>
#include "editeng/flstitem.hxx"
#include "editeng/fontitem.hxx"