summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pagesettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pagesettings.hxx')
-rw-r--r--sc/source/filter/inc/pagesettings.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx
index 4e92abbe49ae..59dd1ebd0a6c 100644
--- a/sc/source/filter/inc/pagesettings.hxx
+++ b/sc/source/filter/inc/pagesettings.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_PAGESETTINGS_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_PAGESETTINGS_HXX
+#include <memory>
#include "worksheethelper.hxx"
namespace oox { class PropertySet; }
esourceIndexAccess.cxx?h=private/thb/libreoffice-5-2%2bbackports&id=e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b'>remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin 2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza 2013-07-28reduce use of UniString from ResID ctorCaolán McNamara 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold