summaryrefslogtreecommitdiff
path: root/sc/inc/servuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r--sc/inc/servuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index 01f5e7eceed0..9adca2a1dc93 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -36,7 +36,7 @@ class String;
class ScDocShell;
-//! AutoFormat wirklich hier oder besser global??????
+//! AutoFormat here or global??????
#define SC_SERVICE_SHEET 0
#define SC_SERVICE_URLFIELD 1
@@ -105,7 +105,7 @@ class ScDocShell;
class ScServiceProvider
{
public:
- // pDocShell wird nicht fuer alle Services benoetigt
+ // pDocShell is not needed for all Services
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
MakeInstance( sal_uInt16 nType, ScDocShell* pDocShell );
static ::com::sun::star::uno::Sequence<rtl::OUString> GetAllServiceNames();