diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-15 10:54:59 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-15 23:20:34 +0900 |
commit | 4a5b2c017509ff0ba5e4a2ae2c21621385e2952a (patch) | |
tree | 8d37d9f0084e4501c3399ee330661e6c5fddb77a /svx/source | |
parent | 5b6d469612439f4ab7291273a1d3675ebcdf6d8c (diff) |
Remove unused code
Change-Id: I3ec10c31139c369ff6950ada57ee3d3f4e8f2d34
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 6d47ea76d32f..f1e863921717 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -39,20 +39,11 @@ // Local Defines and Function //---------------------------------------------------------------------------- -inline void EnableDisable( Window& rWin, sal_Bool bEnable ) -{ - if (bEnable) - rWin.Enable(); - else - rWin.Disable(); -} - static long nStaticTabs[]= { 5,10,65,120,170,220 }; -#define MIN_DISTANCE 6 #define WRITER_DATE 2 #define CALC_DATE 3 |