summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-15 07:47:25 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-15 07:47:25 +0000
commit5150d54c57ef8bb6eaaa3529028861d76cf48a02 (patch)
tree62273b25c8e2fa7ffb936ea67c0d4ad8ddc3395f /forms/source/component/RadioButton.cxx
parent8f8aa9873fb30c3e2f5d1bbd6b8dda7a30cba685 (diff)
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'forms/source/component/RadioButton.cxx')
-rw-r--r--forms/source/component/RadioButton.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index 220039e92..3ae4d8175 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RadioButton.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-02-21 11:01:15 $
+ * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,8 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
-#ifndef _CPPUHELPER_EXTRACT_HXX_
-#include <cppuhelper/extract.hxx>
+#ifndef _COMPHELPER_EXTRACT_HXX_
+#include <comphelper/extract.hxx>
#endif
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_