summaryrefslogtreecommitdiff
path: root/cui/source/inc/pastedlg.hxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2011-12-12 16:25:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 16:25:22 +0000
commit57054f84f66c4d2db8d117a4043e0fbcbd0ee528 (patch)
tree737f6d4080ea9176662c07d9279d33e7ed1b6560 /cui/source/inc/pastedlg.hxx
parent20d6bd273c43a9b8573fa077f6d9d631bd2d53cc (diff)
Related: fdo#38832 Replace Table with std::map
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r--cui/source/inc/pastedlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx
index 93c6ff4f2298..ddf4ccbf3ff9 100644
--- a/cui/source/inc/pastedlg.hxx
+++ b/cui/source/inc/pastedlg.hxx
@@ -29,7 +29,7 @@
#ifndef _PASTEDLG_HXX
#define _PASTEDLG_HXX
-#include <tools/table.hxx>
+#include <map>
#include <sot/formats.hxx>
#include <tools/globname.hxx>
#include <svtools/transfer.hxx>
@@ -60,7 +60,7 @@ class SvPasteObjectDialog : public ModalDialog
OKButton aOKButton1;
CancelButton aCancelButton1;
HelpButton aHelpButton1;
- Table aSupplementTable;
+ ::std::map< SotFormatStringId, String* > aSupplementMap;
SvGlobalName aObjClassName;
String aObjName;
sal_uInt16 nAspect;