summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontrolshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmtextcontrolshell.hxx')
-rw-r--r--svx/source/inc/fmtextcontrolshell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx
index fb8027d91019..1ebc31654093 100644
--- a/svx/source/inc/fmtextcontrolshell.hxx
+++ b/svx/source/inc/fmtextcontrolshell.hxx
@@ -101,7 +101,7 @@ namespace svx
// translating between "slots" of the framework and "features" of the active control
typedef rtl::Reference<FmTextControlFeature> ControlFeature;
- typedef ::std::map< SfxSlotId, ControlFeature, ::std::less< SfxSlotId > > ControlFeatures;
+ typedef ::std::map< SfxSlotId, ControlFeature > ControlFeatures;
ControlFeatures m_aControlFeatures;
SfxViewFrame* m_pViewFrame;