summaryrefslogtreecommitdiff
path: root/cui/source/inc/pastedlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-12 16:32:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 16:32:34 +0000
commitd6e21fd53cda06460f2c1611ef5d0744132d87bc (patch)
tree69e4176245c969e96683f5a89418e0b0416f777c /cui/source/inc/pastedlg.hxx
parent57054f84f66c4d2db8d117a4043e0fbcbd0ee528 (diff)
now with an STL map we don't have to do our own mem allocation
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r--cui/source/inc/pastedlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx
index ddf4ccbf3ff9..21dee342f4f3 100644
--- a/cui/source/inc/pastedlg.hxx
+++ b/cui/source/inc/pastedlg.hxx
@@ -60,7 +60,7 @@ class SvPasteObjectDialog : public ModalDialog
OKButton aOKButton1;
CancelButton aCancelButton1;
HelpButton aHelpButton1;
- ::std::map< SotFormatStringId, String* > aSupplementMap;
+ ::std::map< SotFormatStringId, String > aSupplementMap;
SvGlobalName aObjClassName;
String aObjName;
sal_uInt16 nAspect;