summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:00 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:00 +0100
commit83539d539ac15488df8867d83c6123c0afc50824 (patch)
tree766de9212ba7bc56c59ea0c412aaad757ccdc3f7 /sc/source/ui/cctrl
parent4f9c61b2f9ee06b35df655af3b7cdea4379dcc68 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/tbinsert.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index b75d5d3fe7cf..a0a66f7e8ab8 100644
--- a/sc/source/ui/cctrl/tbinsert.cxx
+++ b/sc/source/ui/cctrl/tbinsert.cxx
@@ -31,8 +31,7 @@
// System - Includes -----------------------------------------------------
-#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
-
+#include <string>
// INCLUDE ---------------------------------------------------------------