diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 09:10:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 10:37:50 +0100 |
commit | 1a715d4d67ca398d59a8f7e8b41bdfeeabdd4b74 (patch) | |
tree | 3423b1e81559c30221113e1e194906f291fcb3d4 /reportdesign | |
parent | e68610de1c6b51527317112e0222a8a6d228fe26 (diff) |
Get rid of DECLARE_STL_STDKEY_MAP
Change-Id: I099f94922acba0bf9cde22fbbb3eefc230776868
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/ReportControllerObserver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportControllerObserver.cxx b/reportdesign/source/ui/report/ReportControllerObserver.cxx index a9688e45073f..096ddcf8ebf1 100644 --- a/reportdesign/source/ui/report/ReportControllerObserver.cxx +++ b/reportdesign/source/ui/report/ReportControllerObserver.cxx @@ -43,7 +43,7 @@ namespace rptui using namespace ::com::sun::star; typedef std::map<OUString, bool> AllProperties; -DECLARE_STL_STDKEY_MAP(uno::Reference< beans::XPropertySet >, AllProperties, PropertySetInfoCache); +typedef std::map<uno::Reference< beans::XPropertySet >, AllProperties> PropertySetInfoCache; class OXReportControllerObserverImpl { |