diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 7eb4ef0f2f39..da4f9e96df89 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -383,6 +383,8 @@ public: { pS = 0; pD = rT.GetDoubleRef(); + // aDub intentionally not initialized, unnecessary + // because unused. } } SingleDoubleRefModifier( ScSingleRefData& rS ) |