summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx')
-rw-r--r--binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx b/binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx
index e008a44a9..1eacbce9a 100644
--- a/binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx
+++ b/binfilter/bf_sw/source/core/sw3io/sw_sw3attr.cxx
@@ -378,6 +378,7 @@ SfxPoolItem* SwFmtNoBalancedColumns::Create(SvStream &rStrm, USHORT) const
/*M*/ SOFFICE_FILEFORMAT_40==nFFVer ||
/*M*/ SOFFICE_FILEFORMAT_50==nFFVer,
/*M*/ "SwHeaderAndFooterEatSpacingItem: Gibt es ein neues Fileformat?" );
+ (void) nFFVer; // avoid warnings
/*M*/ return USHRT_MAX;
/*M*/ }
@@ -417,6 +418,7 @@ SfxPoolItem* SwFmtNoBalancedColumns::Create(SvStream &rStrm, USHORT) const
/*N*/ SOFFICE_FILEFORMAT_40==nFFVer ||
/*N*/ SOFFICE_FILEFORMAT_50==nFFVer,
/*N*/ "SwCropGrf: Gibt es ein neues Fileformat?" );
+ (void) nFFVer; // avoid warnings
/*N*/
/*N*/ return GRFCROP_VERSION_SWDEFAULT;
/*N*/ }