summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-02-27 16:18:35 +0000
committerHerbert Dürr <hdu@apache.org>2013-02-27 16:18:35 +0000
commit04a9a74efd2a0bef1dca9d5913c73bb09b178941 (patch)
tree38fdca175ea83b8db0e782522e7763bf13a67cd5 /framework
parent75b2f831c2cf8ae982bf830ea49c1519a242a224 (diff)
WaE: calculatePropArrayCount() was always wrong but fortunately nobody used it anyway
Notes
Notes: prefer: 2343be9f1bda458835ed8e3c6bf11905ccbe9b13
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/properties.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 49c3a4bbafe0..06626601f968 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -329,20 +329,6 @@ class PropHelper
return bChanged;
}
-
- //___________________________________________
-
- /** calculates the count of items inside the given ascii array.
- *
- * @param pArray must point to an array of items from type sal_Char
- *
- * @return The count of items inside this array, calculated by knowing the size of sal_Char.
- */
-
- static sal_Int32 calculatePropArrayCount( const sal_Char* pArray[] )
- {
- return (sal_Int32)(sizeof(pArray)/sizeof(sal_Char*));
- }
};
} // namespace framework