diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-18 22:03:30 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-19 00:30:11 -0400 |
commit | c5be9ffb731952ecbc037ef036e1fcdb385d9572 (patch) | |
tree | 50125e2359c61516503758e644534e848e6e2ced /sc/inc/dpsave.hxx | |
parent | 77c84dd59f438c10d559393e9cc7b63551529203 (diff) |
This should be plural, since there are multiple dimensions.
Change-Id: If0994c81867606e0e6c097aeda0f0bd889e01553
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r-- | sc/inc/dpsave.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx index 770349ff5ce9..9cd00225e8cb 100644 --- a/sc/inc/dpsave.hxx +++ b/sc/inc/dpsave.hxx @@ -368,7 +368,7 @@ private: */ ScDPSaveDimension* AppendNewDimension(const OUString& rName, bool bDataLayout); - void DimensionChanged(); + void DimensionsChanged(); }; #endif |