summaryrefslogtreecommitdiff
path: root/include/svx/xflbmsxy.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-11 22:40:31 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-14 11:31:28 +0200
commit38984e9351a0230b0a56fb7277f7b19722350d8d (patch)
treeec119b1b4d5ff561d74fc8c539e356d46b00f8ad /include/svx/xflbmsxy.hxx
parenteee6d1a90dd74808fb7825102c4ee38ea4919cbf (diff)
Removing unused SfxItemPool serialisation from svx
Change-Id: I778ae09c4b0fd3e18a37db4aa3f2affda2c8e86c Reviewed-on: https://gerrit.libreoffice.org/41053 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/xflbmsxy.hxx')
-rw-r--r--include/svx/xflbmsxy.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/xflbmsxy.hxx b/include/svx/xflbmsxy.hxx
index eb5a8a0abf5f..e2cb8347a6ac 100644
--- a/include/svx/xflbmsxy.hxx
+++ b/include/svx/xflbmsxy.hxx
@@ -27,10 +27,8 @@ class SVX_DLLPUBLIC XFillBmpSizeXItem : public SfxMetricItem
{
public:
XFillBmpSizeXItem( long nSizeX = 0 );
- SVX_DLLPRIVATE XFillBmpSizeXItem( SvStream& rIn );
SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
SVX_DLLPRIVATE virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,
@@ -45,10 +43,8 @@ class SVX_DLLPUBLIC XFillBmpSizeYItem : public SfxMetricItem
{
public:
XFillBmpSizeYItem( long nSizeY = 0 );
- SVX_DLLPRIVATE XFillBmpSizeYItem( SvStream& rIn );
SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
SVX_DLLPRIVATE virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,
888127c4b4dafd4b53800989929e9b6b'>targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-01-02Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug. 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen 2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen 2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] 2011-06-17CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b]Mathias Bauer