diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/basic/sbxvar.hxx | 1 | ||||
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx index 90127f28a1e9..5645a6cb409f 100644 --- a/include/basic/sbxvar.hxx +++ b/include/basic/sbxvar.hxx @@ -58,7 +58,6 @@ struct SbxValues sal_Int16* pInteger; sal_uInt32* pULong; sal_Int32* pLong; - int* pInt; sal_uInt64* puInt64; sal_Int64* pnInt64; diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index f3a407eae2e4..90591a9c00a0 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -403,7 +403,6 @@ private: mutable bool mbInitTextColor : 1; mutable bool mbInitClipRegion : 1; mutable bool mbClipRegionSet : 1; - mutable bool mbKerning : 1; mutable bool mbNewFont : 1; mutable bool mbTextLines : 1; mutable bool mbTextSpecial : 1; |